-
I am trying to get the SQL logged directly to a file when running the dev profile. This is my …
- 328 views
- 1 answers
- 0 votes
-
Here is my application. package com.spectrum.sci.dsb; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.ComponentScan; @SpringBootApplication @ComponentScan("com.spectrum.sci.dsb") public class DsbApplication { public static …
- 325 views
- 0 answers
- 0 votes
-
Exception while running Test class in spring boot Application: 2020-07-12 00:17:51,654 [main] INFO org.jsmart.zerocode.core.utils.RunnerUtils – ### testClass : class GetTest.GetFileTest …
- 366 views
- 2 answers
- 0 votes
-
For the property <springProperty scope="context" name="app_port" source="server.port" /> if I change the scope of this property to scope="system" I get …
- 0 views
- 0 answers
- 0 votes
-
According to the logback website, we can write StatusManager data with StatusListener. There is mainly 2 status listener for writing …
- 364 views
- 0 answers
- 0 votes